TypeProfileEntry

data class TypeProfileEntry(offset: Int, types: List<TypeObject>)

Source offset and types for a parameter or return value.

Constructors

TypeProfileEntry
Link copied to clipboard
fun TypeProfileEntry(offset: Int, types: List<TypeObject>)

Properties

offset
Link copied to clipboard
val offset: Int
Source offset of the parameter or end of function for return values.
types
Link copied to clipboard
val types: List<TypeObject>
The types for this parameter or return value.

Sources

jvm source
Link copied to clipboard